home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / 02 / snowman.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2001-12-10  |  2KB  |  91 lines

  1. on(rollOver){
  2.    tellTarget("/lightcord/redbulb")
  3.    {
  4.       gotoAndStop("light");
  5.    }
  6.    tellTarget("/lightcord/redbulb2")
  7.    {
  8.       gotoAndStop("light");
  9.    }
  10.    tellTarget("/lightcord/redbulb3")
  11.    {
  12.       gotoAndStop("light");
  13.    }
  14.    tellTarget("/lightcord/redbulb4")
  15.    {
  16.       gotoAndStop("light");
  17.    }
  18.    tellTarget("/lightcord/redbulb5")
  19.    {
  20.       gotoAndStop("light");
  21.    }
  22.    tellTarget("/lightcord/redbulb6")
  23.    {
  24.       gotoAndStop("light");
  25.    }
  26.    tellTarget("/lightcord/redbulb7")
  27.    {
  28.       gotoAndStop("light");
  29.    }
  30.    tellTarget("/lightcord/yellowbulb")
  31.    {
  32.       gotoAndStop("light");
  33.    }
  34.    tellTarget("/lightcord/yellowbulb2")
  35.    {
  36.       gotoAndStop("light");
  37.    }
  38.    tellTarget("/lightcord/yellowbulb3")
  39.    {
  40.       gotoAndStop("light");
  41.    }
  42.    tellTarget("/lightcord/yellowbulb4")
  43.    {
  44.       gotoAndStop("light");
  45.    }
  46.    tellTarget("/lightcord/greenbulb3")
  47.    {
  48.       gotoAndStop("light");
  49.    }
  50.    tellTarget("/lightcord/greenbulb4")
  51.    {
  52.       gotoAndStop("light");
  53.    }
  54.    tellTarget("/lightcord/greenbulb2")
  55.    {
  56.       gotoAndStop("light");
  57.    }
  58.    tellTarget("/lightcord/greenbulb")
  59.    {
  60.       gotoAndStop("light");
  61.    }
  62.    tellTarget("/lightcord/bluebulb7")
  63.    {
  64.       gotoAndStop("light");
  65.    }
  66.    tellTarget("/lightcord/bluebulb4")
  67.    {
  68.       gotoAndStop("light");
  69.    }
  70.    tellTarget("/lightcord/bluebulb3")
  71.    {
  72.       gotoAndStop("light");
  73.    }
  74.    tellTarget("/lightcord/bluebulb2")
  75.    {
  76.       gotoAndStop("light");
  77.    }
  78.    tellTarget("/lightcord/bluebulb6")
  79.    {
  80.       gotoAndStop("light");
  81.    }
  82.    tellTarget("/lightcord/bluebulb5")
  83.    {
  84.       gotoAndStop("light");
  85.    }
  86.    tellTarget("/lightcord/bluebulb")
  87.    {
  88.       gotoAndStop("light");
  89.    }
  90. }
  91.